*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0 auto;    
    width: 100%;
    background-color: #000000;
    color: #ffffff;
}
.form-header{
    background-color: #000000;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.form-header img{    
    width: 80%;
    max-width: 500px;
}
.form-header .header-mobile{
    display: none;
}
.form-header .banner{    
    background-color: #00000;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 1.5% 0;
    text-align: center;
}
.form-title {
    text-align: center;
    margin: 1em auto;
}
.form-title .title{
    margin: auto;
    width: 375px;
    border-bottom: solid 2px;
    border-color: #000000;
}
.form-container {    
    margin: 2em auto;    
    width: 600px;
}
.form-footer{
    padding: 20px;
    background-color: #000000;
    height: 6em;
}
.spacer{
    background-color: #00D700;
    height: 0.5em;
}
.form-footer .unit {
    
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    width: 49%;
}
.form-footer .unit .social-media{
    width: 50%;
}
.form-footer .social-media {
    display:  inline-block;
    width: 50%;

}
.form-footer .social-media .social-media-icon {
    display: inline-block;
}
@media only screen and (max-device-width: 480px),
    only screen and (max-width: 480px) {
    .form-footer{
        height: auto;
    }
    .form-footer .unit {
        display: block;
        width: 100%;
    }
    .form-footer .social-media {
        margin-top: 20px;
        text-align: center;
        display: block;
        float: none;
        width: 100%;
    }
    .form-header .header-desktop{
        display: none;
    }
    .form-header .header-mobile{
        display: block;
    }
    
    .form-container {
        margin: 2em auto;
        width: 360px;
    }
    .form-title .title{
        width: 330px;
        font-size: 14px;
    }
}
@media only screen and (min-device-width: 480px),
    only screen and (min-width: 480px) {
    .form-footer .social-media {
        text-align: center;
    }

}
/* Custom css de eloqua */

/* Select */
.elq-form .field-control-wrapper select {
    max-width: 100%; 
    box-sizing: border-box;    
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('https://img.mkt.uvg.edu.gt/EloquaImages/clients/UniversidaddelValledeGuatemala/%7B6594f798-2545-4781-912a-fa3461fb81ac%7D_boton_opcion.png');
    background-repeat: no-repeat, repeat;
    background-position: right;
    background-size: 2.3em auto, 100%;
    padding-left: 5px;
}
.elq-form .field-control-wrapper select::-ms-expand {
    display: none;
}
.elq-form .field-control-wrapper select:focus {
    color: #999999; 
    outline: none;
}
.elq-form .field-control-wrapper select option:hover {
    background-color: #fdb71a;
}
.elq-form .field-control-wrapper select option {
    font-weight:normal;
    font-size: 0.8em;
}
.classOfElementToColor:hover {background-color:red; color:black}

/* select2 */
.select2-container--default .select2-selection--single {
    border: none !important;
}
[class^='select2'] {
    border-radius: 0.5em !important;    
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Arial, Helvetica, sans-serif;    
    color: #999999 !important;    
    text-align: left;
    pointer-events: none;
    visibility: visible;
    background-color: #F1F1F1 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #00D700 !important;
    color: #000 !important;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F1F1F1 !important;    
}
.select2-container--default .select2-results>.select2-results__options {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F1F1F1 !important;
    color: #999999 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border-color: #F1F1F1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #00D700 !important;
    color: #fff !important;
    width:25px;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {   
    /* font-family: Arial, Helvetica, sans-serif;  */
    font-size: 12px;
    height: 10px; width: 10px;
    border: 5px solid white;
    border-width: 3px 3px 0 0;
    transform: rotate(135deg);
    margin-left: -6px;
    margin-top: -8px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    font-family: Arial, Helvetica, sans-serif;
    height: 10px; 
    width: 10px;
    border: 5px solid white;
    border-width: 3px 3px 0 0;
    transform: rotate(315deg);
    margin-top: -2px;
}
.LV_invalid{
    color: #b8232f;
}

/* fin */

.elq-form #formElement1 {
    color: #00D700 !important;
    font-weight: bold;
}
.elq-form .elq-required {
    color: #00D700 !important;
    font-weight: bold;
    font-size: 1.1em;
}
.elq-form .elq-label {
    text-transform: uppercase;
    color: #ffffff !important;    
    margin-bottom: 1%;
}
.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea {
    background-color: #F1F1F1;
    border-radius: 0.5em;
    border: none !important;
    color: #999999;
    padding: 0.4em 0.6em;
}
.elq-form .elq-item-input:focus-visible, .elq-form .elq-item-textarea:focus-visible {
    border: #20aa4d !important;
    border: none !important;    
}
.elq-form .submit-button-style {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #00D700 !important;
    color: white !important;
    padding: 1em 2em;
    border-radius: 0.5em;
    border:none;
}